home *** CD-ROM | disk | FTP | other *** search
/ BBS Toolkit / BBS Toolkit.iso / tri_bbs / ttnewm11.zip / NEWMESS.DOC next >
Text File  |  1991-08-06  |  5KB  |  170 lines

  1.  
  2.  
  3.  
  4.  
  5.                             N E W M E S S
  6.                                  for
  7.                        T r i T e l   B B S ' s
  8.                                    
  9.                  Copyright (c) 1991 By Jerry Halstead
  10.  
  11.  
  12.  
  13.  
  14.  
  15.  
  16.  
  17.  
  18.     NewMess is a quick little program that I created for my TriTel
  19. BBS which does one thing and one thing only: displays new message counts.
  20. Basically it will tell you how many new messages you've received in ALL of
  21. your conferences broken down into individual conference numbers.  Like so:
  22.  
  23.  
  24.          ┌──────────────────────────────────────────────────┐
  25.          │   Message                           Today's      │
  26.          │   Conference                        New Messages │
  27.          ├──────────────────────────────────────────────────┤
  28.          │ Main                                       1     │
  29.          │ TriTel Suggestions                         2     │
  30.          └──────────────────────────────────────────────────┘
  31.  
  32.  
  33.  
  34.  
  35.  
  36.  
  37.  ****  WARNING  ****  WARNING  ****  WARNING  ****   WARNING  ****
  38.  
  39.  
  40.      I cannot be held responisible for any problems or damage incurred
  41. from using this program.  You alone are responsible for reading the
  42. documentation and understanding the setup and configurations for this
  43. program and how they pertain to your own BBS setup.  No guarantees,
  44. written or assumed, are given with NewMess and it is not considered
  45. a part of the TriTel BBS distributed and written by Mark Goodwin.
  46.  
  47.      If you do not agree with any of the above or do not understand
  48. any portion of the documentation you are urged not to run NewMess.
  49.  
  50.  
  51.  ****  WARNING  ****  WARNING  ****  WARNING  ****   WARNING  ****
  52.  
  53.  
  54.  
  55.  
  56.  
  57.  
  58.  
  59.      NewMess is a Public Domain TriTel program.  If you find this
  60. program to be a valuable addition to your TriTel BBS, that's great.
  61. I created it to fill a need on my BBS and would love to hear if it helped
  62. someone else out.  The latest version of this and any of my other TriTel
  63. utilities are on my BBS, Guru Mountain, at (603) 448-0198 (USR DS 9600baud).
  64.  
  65.  
  66.  
  67.  
  68.  
  69.  
  70.  
  71.  
  72.  
  73.  
  74. SETUP
  75. -----
  76.  
  77.      You should have recieved the following files in your TriLevel
  78. package:
  79.  
  80.           NEWMESS.EXE....The main program.
  81.           NEWMESS.DOC....This file.
  82.  
  83.  
  84.  
  85.  
  86.  
  87.  
  88.                 *************************************
  89.  
  90.  
  91.      Copy all of the files into their own directory.  The files do not
  92. have to be in any of the TriTel directories.
  93. The syntax for running NewMess is:
  94.  
  95. NewMess C:\TRITEL SET >i:\tritel\display\logon3.bbs  <--where you want report
  96.               ^    ^
  97.               |     \
  98.               |       (Used only at beginning of day)
  99.               |
  100.                \
  101.                 The directory with Tritel in it.
  102.  
  103.  
  104.    NewMess looks for MCONF.DAT in the WORK directory
  105.  
  106.    NewMess has two suggested phases: 
  107.      1) Setting the beginning of the day.
  108.      2) Comparing the present messages with the preset numbers.
  109.  
  110.    Basically you run NewMess at midnight using the SET option which creates a
  111. very small file in the directory you run it from (called message.set) that
  112. is used as a "starting point".  Then whenever you choose, say between callers,
  113. you can run NewMess in report mode:
  114.  
  115. NewMess C:\TRITEL  >c:\tritel\display\logon3.bbs
  116.  
  117.    This compares your present message count with what was saved in message.set
  118. and outputs a quick little report to the screen.  Since it's to the screen
  119. you need the DOS redirection (">") to send it to whatever file you choose.
  120.  
  121.  
  122.                                   ------------
  123.  
  124.    Here's the way I run NewMess: At midnight I invoke a TriTel event with
  125. the following lines.
  126.  
  127. NewMess   (TriTel EVENT Batch file example)
  128. ---------
  129.  
  130. cd \events\NewMess
  131. NEWMESS.EXE  C:\TRITEL SET >C:\TRITEL\DISPLAY\LOGON3.BBS
  132. cd \tritel
  133. board
  134.  
  135.  
  136.      The NewMess batch file is relatively straight forward.  First it
  137. switches to the directory with all of the NewMess files and then it
  138. calls NewMess WITH the path to your TriTel files and the SET command. All
  139. output (including error messages if you give it the wrong parameters) will
  140. be put in a files called logon3.bbs in your TriTel display directory.
  141.      Then I put a line in my BETWEEN.BAT file that calls NewMess.  NewMess
  142. is amazingly quick so don't worry about running it too much.
  143.  
  144. BETWEEN.BAT
  145. -----------
  146.  
  147. cd\events\NewMess
  148. NewMess c:\tritel >c:\tritel\display\logon3.bbs
  149. cd\tritel
  150.  
  151.      BETWEEN.BAT runs between every call you get on the BBS.  
  152.  
  153.  
  154.  
  155.  
  156.  
  157. SUPPORT:
  158.  
  159.      NewMess is supported on my TriTel BBS at (603) 448-0198 and the
  160. newest version is available for download in the TriTel files area.
  161.  
  162.  
  163.  
  164.                --=--=-- No refunds or guarantees. --=--=--
  165.  
  166.  
  167.  
  168.  
  169.  
  170.